home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / t3_1 / nexttsrc.lha / nexttsources / nexttsystem / README < prev    next >
Text File  |  1990-07-02  |  656b  |  23 lines

  1. To install:
  2.  
  3. 1. Move t to a directory in your shell's path.  For example,
  4. we put t in "/usr/local/bin".
  5.  
  6. 2. Create a tsystem directory and set the environment variable 
  7. TSYSTEM to the path name of the directory.
  8. For example, our TSYSTEM is "/usr/local/lib/tsystem".
  9. Add the definition of TSYSTEM to your login script so it will
  10. be defined whenever you use t.
  11.  
  12. 3. Copy the files in this directory into the T system directory. 
  13.  
  14. 4. Perform "make" in $TSYSTEM to make the tsystem binaries and scripts.
  15.  
  16. To make T from sources:
  17.  
  18. 1. Make xt.o on a Sun3.
  19.  
  20. 2. Convert xt.o to Mach-O format with "atom xt.o t.o".
  21.  
  22. 3. Link using the command "$TSYSTEM/linkt t t.o".
  23.